projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cecf6c9
)
Clean up dead code
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 31 Jan 2016 23:23:33 +0000
(
00:23
+0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 31 Jan 2016 23:23:33 +0000
(
00:23
+0100)
* lisp/net/gnutls.el (gnutls-async-sentinel): Remove.
lisp/net/gnutls.el
patch
|
blob
|
history
diff --git
a/lisp/net/gnutls.el
b/lisp/net/gnutls.el
index 9e261a7b04f85b8faeaf16e4f5f44fa7c7ed45de..9cfa8251133b7b3e235042e016ec2f952a8b93c4 100644
(file)
--- a/
lisp/net/gnutls.el
+++ b/
lisp/net/gnutls.el
@@
-138,13
+138,6
@@
trust and key files, and priority string."
:type 'gnutls-x509pki
:hostname host))))
-(defun gnutls-async-sentinel (process change)
- (when (string-match "open" change)
- (gnutls-negotiate :process process
- :type 'gnutls-x509pki
- :hostname (car (process-contact process)))
- (gnutls-mark-process process nil)))
-
(define-error 'gnutls-error "GnuTLS error")
(declare-function gnutls-boot "gnutls.c" (proc type proplist))